···1717 description = "Aurulent Sans";
1818 longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font.";
1919 homepage = http://delubrum.org/;
2020+ maintainers = with stdenv.lib.maintainers; [ deepfire ];
2021 license = stdenv.lib.licenses.ofl;
2122 platforms = stdenv.lib.platforms.all;
2223 };
+1-1
pkgs/development/compilers/ghc/nokinds.nix
···6969 meta = {
7070 homepage = "http://haskell.org/ghc";
7171 description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg";
7272- maintainers = with stdenv.lib.maintainers; [ ];
7272+ maintainers = with stdenv.lib.maintainers; [ deepfire ];
7373 inherit (ghc.meta) license platforms;
7474 };
7575
+1
pkgs/tools/security/chntpw/default.nix
···2424 meta = with stdenv.lib; {
2525 homepage = http://pogostick.net/~pnh/ntpasswd/;
2626 description = "An utility to reset the password of any user that has a valid local account on a Windows system";
2727+ maintainers = with stdenv.lib.maintainers; [ deepfire ];
2728 license = licenses.gpl2;
2829 };
2930}