Add maintainer
This commit is contained in:
parent
5646240870
commit
57a5752300
|
@ -1194,6 +1194,12 @@
|
||||||
githubId = 30435868;
|
githubId = 30435868;
|
||||||
name = "Okina Matara";
|
name = "Okina Matara";
|
||||||
};
|
};
|
||||||
|
chkno = {
|
||||||
|
email = "chuck@intelligence.org";
|
||||||
|
github = "chkno";
|
||||||
|
githubId = 1118859;
|
||||||
|
name = "Scott Worley";
|
||||||
|
};
|
||||||
choochootrain = {
|
choochootrain = {
|
||||||
email = "hurshal@imap.cc";
|
email = "hurshal@imap.cc";
|
||||||
github = "choochootrain";
|
github = "choochootrain";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{stdenv, boost, cmake, pkgconfig, nix, ... }:
|
{lib, stdenv, boost, cmake, pkgconfig, nix, ... }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nixos-option";
|
name = "nixos-option";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
@ -6,5 +6,6 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ boost nix ];
|
buildInputs = [ boost nix ];
|
||||||
meta = {
|
meta = {
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
license = stdenv.lib.licenses.lgpl2Plus;
|
||||||
|
maintainers = with lib.maintainers; [ chkno ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue