pkgs: add myself as maintainer to all packages

This commit is contained in:
Bruno BELANYI 2021-05-13 10:27:19 +02:00
parent 2c596395b0
commit 2a0b5b7802
9 changed files with 9 additions and 0 deletions

View file

@ -25,5 +25,6 @@ buildGoModule rec {
'';
homepage = "https://github.com/akhilrex/podgrab";
license = licenses.gpl3;
maintainers = with maintainers; [ ambroisie ];
};
}