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

@ -29,5 +29,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/StevenBlack/hosts";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ ambroisie ];
};
}