mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
drip: add awwpotato as maintainer
This commit is contained in:
parent
fdf8c7731c
commit
97607ae705
1 changed files with 4 additions and 1 deletions
|
@ -56,6 +56,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.epl10;
|
||||
homepage = "https://github.com/ninjudd/drip";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.rybern ];
|
||||
maintainers = with lib.maintainers; [
|
||||
rybern
|
||||
awwpotato
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue