diff options
| author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-08-25 11:14:29 +0200 |
|---|---|---|
| committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-08-25 11:14:29 +0200 |
| commit | f2ec4010017306df48f5d33f7c97c9e90812e6a2 (patch) | |
| tree | c8e380786d7f856942d0f83b60cb8625e9ff8ebf | |
| parent | Merge pull request #9428 from deepfire/maintain (diff) | |
| download | nixpkgs-f2ec4010017306df48f5d33f7c97c9e90812e6a2.tar.gz | |
Revert "Merge pull request #9428 from deepfire/maintain"
This reverts commit 090f5234980b552724cdfbf591892f8e9eb727fc. It
breaks evaluation: http://hydra.nixos.org/build/24984169
| -rw-r--r-- | pkgs/data/fonts/aurulent-sans/default.nix | 1 | ||||
| -rw-r--r-- | pkgs/tools/security/chntpw/default.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/data/fonts/aurulent-sans/default.nix b/pkgs/data/fonts/aurulent-sans/default.nix index 3685dbf356e9..d6b4829d7306 100644 --- a/pkgs/data/fonts/aurulent-sans/default.nix +++ b/pkgs/data/fonts/aurulent-sans/default.nix @@ -17,7 +17,6 @@ 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/tools/security/chntpw/default.nix b/pkgs/tools/security/chntpw/default.nix index 814fb0ea0ecc..a1aab355a3c3 100644 --- a/pkgs/tools/security/chntpw/default.nix +++ b/pkgs/tools/security/chntpw/default.nix @@ -24,7 +24,6 @@ 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; }; } |
