Add maintainer

wip/yesman
Chuck 5 years ago committed by Linus Heckemann
parent 5646240870
commit 57a5752300
  1. 6
      maintainers/maintainer-list.nix
  2. 3
      nixos/modules/installer/tools/nixos-option/default.nix

@ -1194,6 +1194,12 @@
githubId = 30435868;
name = "Okina Matara";
};
chkno = {
email = "chuck@intelligence.org";
github = "chkno";
githubId = 1118859;
name = "Scott Worley";
};
choochootrain = {
email = "hurshal@imap.cc";
github = "choochootrain";

@ -1,4 +1,4 @@
{stdenv, boost, cmake, pkgconfig, nix, ... }:
{lib, stdenv, boost, cmake, pkgconfig, nix, ... }:
stdenv.mkDerivation rec {
name = "nixos-option";
src = ./.;
@ -6,5 +6,6 @@ stdenv.mkDerivation rec {
buildInputs = [ boost nix ];
meta = {
license = stdenv.lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ chkno ];
};
}

Loading…
Cancel
Save