Merge pull request #9428 from deepfire/maintain

maintain introduced packages

Changed files
+3 -1
pkgs
data
fonts
aurulent-sans
development
compilers
tools
security
chntpw
+1
pkgs/data/fonts/aurulent-sans/default.nix
··· 17 description = "Aurulent Sans"; 18 longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font."; 19 homepage = http://delubrum.org/; 20 license = stdenv.lib.licenses.ofl; 21 platforms = stdenv.lib.platforms.all; 22 };
··· 17 description = "Aurulent Sans"; 18 longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font."; 19 homepage = http://delubrum.org/; 20 + maintainers = with stdenv.lib.maintainers; [ deepfire ]; 21 license = stdenv.lib.licenses.ofl; 22 platforms = stdenv.lib.platforms.all; 23 };
+1 -1
pkgs/development/compilers/ghc/nokinds.nix
··· 69 meta = { 70 homepage = "http://haskell.org/ghc"; 71 description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg"; 72 - maintainers = with stdenv.lib.maintainers; [ ]; 73 inherit (ghc.meta) license platforms; 74 }; 75
··· 69 meta = { 70 homepage = "http://haskell.org/ghc"; 71 description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg"; 72 + maintainers = with stdenv.lib.maintainers; [ deepfire ]; 73 inherit (ghc.meta) license platforms; 74 }; 75
+1
pkgs/tools/security/chntpw/default.nix
··· 24 meta = with stdenv.lib; { 25 homepage = http://pogostick.net/~pnh/ntpasswd/; 26 description = "An utility to reset the password of any user that has a valid local account on a Windows system"; 27 license = licenses.gpl2; 28 }; 29 }
··· 24 meta = with stdenv.lib; { 25 homepage = http://pogostick.net/~pnh/ntpasswd/; 26 description = "An utility to reset the password of any user that has a valid local account on a Windows system"; 27 + maintainers = with stdenv.lib.maintainers; [ deepfire ]; 28 license = licenses.gpl2; 29 }; 30 }