Add maintainer

This commit is contained in:
Chuck
2019-11-04 15:11:45 +01:00
committed by Linus Heckemann
parent 5646240870
commit 57a5752300
2 changed files with 8 additions and 1 deletions
@@ -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 ];
};
}