+1
pkgs/data/fonts/aurulent-sans/default.nix
+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
+
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
+1
-1
pkgs/development/compilers/ghc/nokinds.nix
+1
pkgs/tools/security/chntpw/default.nix
+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
+
maintainers = with stdenv.lib.maintainers; [ deepfire ];
28
license = licenses.gpl2;
29
};
30
}