Skip to content

Commit

Permalink
igir: adding myself as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
docbobo committed Jan 12, 2025
1 parent 6889238 commit bf9e823
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5963,6 +5963,13 @@
githubId = 466723;
name = "David Reiss";
};
docbobo = {
email = "[email protected]";
github = "docbobo";
githubId = 1257060;
name = "Boris Prüßmann";
keys = [ { fingerprint = "FEA5 C6A4 7600 A6ED 0052 5169 F45C 18DC 37EC 0AB0"; } ];
};
dochang = {
email = "[email protected]";
github = "dochang";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ig/igir/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ buildNpmPackage rec {
homepage = "https://igir.io";
changelog = "https://github.com/emmercm/igir/releases/tag/${src.rev}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ docbobo ];
platforms = with lib.platforms; linux ++ darwin;
};
}

0 comments on commit bf9e823

Please sign in to comment.