pkgs: add myself as maintainer to all packages

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

View file

@ -38,5 +38,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
};
}