mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
aptly: add bitnomial members as maintainers
This commit is contained in:
parent
d593085390
commit
2c245c5dd3
@ -36,7 +36,7 @@ buildGoModule rec {
|
||||
description = "Debian repository management tool";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ montag451 ];
|
||||
maintainers = with maintainers; [ montag451 ] ++ teams.bitnomial.members;
|
||||
changelog =
|
||||
"https://github.com/aptly-dev/aptly/releases/tag/v${version}";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user