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

@ -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 ];
};
}

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 ];
};
}

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 ];
};
}

View file

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

View file

@ -17,5 +17,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/alarsyo/lohr";
license = with licenses; [ mit asl20 ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
};
}

View file

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

View file

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

View file

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

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 ];
};
}