mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +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;
|
license = lib.licenses.epl10;
|
||||||
homepage = "https://github.com/ninjudd/drip";
|
homepage = "https://github.com/ninjudd/drip";
|
||||||
platforms = lib.platforms.linux;
|
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