1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

Merge pull request #9428 from deepfire/maintain

maintain introduced packages
This commit is contained in:
Vladimír Čunát 2015-08-24 22:58:15 +02:00
commit ce6daa507a
3 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@ 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;
};

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://haskell.org/ghc";
description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg";
maintainers = with stdenv.lib.maintainers; [ ];
maintainers = with stdenv.lib.maintainers; [ deepfire ];
inherit (ghc.meta) license platforms;
};

View file

@ -24,6 +24,7 @@ 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;
};
}