Skip to content

Commit

Permalink
maintainers: add shift
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Palmer <shift@someone.section.me>
  • Loading branch information
shift committed Oct 25, 2024
1 parent a5d0a7e commit 249b23b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19721,6 +19721,12 @@
github = "shhht";
githubId = 118352823;
};
shift = {
name = "Vincent Palmer";
email = "shift@someone.section.me";
github = "shift";
githubId = 1653;
};
shikanime = {
name = "William Phetsinorath";
email = "deva.shikanime@protonmail.com";
Expand Down
12 changes: 7 additions & 5 deletions pkgs/by-name/go/go-dnscollector/package.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{ lib, buildGoModule, fetchFromGitHub }:
{
lib,
buildGoModule,
fetchFromGitHub,
}:

buildGoModule rec {
pname = "go-dnscollector";
Expand All @@ -8,12 +12,11 @@ buildGoModule rec {
owner = "dmachard";
repo = "go-dnscollector";
rev = "v${version}";
sha256 = "sha256-+EE9miEm1sHxTHcQ+Zmnj5ljSisKtds9L+SLIvgIfb4="; # Replace with the actual SHA256 of the repo
sha256 = "sha256-+EE9miEm1sHxTHcQ+Zmnj5ljSisKtds9L+SLIvgIfb4=";
};

# Set Go module dependencies
vendorHash = "sha256-Njv8EGPS45NpCs0+poBxVGWLHhH+mSZuI80kIpsijDQ=";
# Specify any subpackages if necessary

subPackages = [ "." ];

meta = with lib; {
Expand All @@ -23,4 +26,3 @@ buildGoModule rec {
maintainers = with maintainers; [ shift ];
};
}

0 comments on commit 249b23b

Please sign in to comment.