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

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