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

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.lrde.epita.fr/wiki/Havm";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ ambroisie ];
};
}