tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
drip: add awwpotato as maintainer
awwpotato
9 months ago
97607ae7
fdf8c773
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
dr
drip
package.nix
+4
-1
pkgs/by-name/dr/drip/package.nix
···
56
license = lib.licenses.epl10;
57
homepage = "https://github.com/ninjudd/drip";
58
platforms = lib.platforms.linux;
59
-
maintainers = [ lib.maintainers.rybern ];
0
0
0
60
};
61
})
···
56
license = lib.licenses.epl10;
57
homepage = "https://github.com/ninjudd/drip";
58
platforms = lib.platforms.linux;
59
+
maintainers = with lib.maintainers; [
60
+
rybern
61
+
awwpotato
62
+
];
63
};
64
})