diff --git a/pkgs/data/fonts/aurulent-sans/default.nix b/pkgs/data/fonts/aurulent-sans/default.nix index d6b4829d7306..3685dbf356e9 100644 --- a/pkgs/data/fonts/aurulent-sans/default.nix +++ b/pkgs/data/fonts/aurulent-sans/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation rec { description = "Aurulent Sans"; longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font."; homepage = http://delubrum.org/; + maintainers = with stdenv.lib.maintainers; [ deepfire ]; license = stdenv.lib.licenses.ofl; platforms = stdenv.lib.platforms.all; }; diff --git a/pkgs/development/compilers/ghc/nokinds.nix b/pkgs/development/compilers/ghc/nokinds.nix index ab270c161263..3f0b9e866b05 100644 --- a/pkgs/development/compilers/ghc/nokinds.nix +++ b/pkgs/development/compilers/ghc/nokinds.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { meta = { homepage = "http://haskell.org/ghc"; description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg"; - maintainers = with stdenv.lib.maintainers; [ ]; + maintainers = with stdenv.lib.maintainers; [ deepfire ]; inherit (ghc.meta) license platforms; }; diff --git a/pkgs/tools/security/chntpw/default.nix b/pkgs/tools/security/chntpw/default.nix index a1aab355a3c3..814fb0ea0ecc 100644 --- a/pkgs/tools/security/chntpw/default.nix +++ b/pkgs/tools/security/chntpw/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://pogostick.net/~pnh/ntpasswd/; description = "An utility to reset the password of any user that has a valid local account on a Windows system"; + maintainers = with stdenv.lib.maintainers; [ deepfire ]; license = licenses.gpl2; }; }