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