Merge pull request #9428 from deepfire/maintain
maintain introduced packages
This commit is contained in:
commit
ce6daa507a
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Aurulent Sans";
|
description = "Aurulent Sans";
|
||||||
longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font.";
|
longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font.";
|
||||||
homepage = http://delubrum.org/;
|
homepage = http://delubrum.org/;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ deepfire ];
|
||||||
license = stdenv.lib.licenses.ofl;
|
license = stdenv.lib.licenses.ofl;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/ghc";
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg";
|
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;
|
inherit (ghc.meta) license platforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://pogostick.net/~pnh/ntpasswd/;
|
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";
|
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;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user