quilt: add smancill as maintainer
This commit is contained in:
parent
0f77179bcf
commit
89da7764ef
1 changed files with 4 additions and 3 deletions
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
wrapProgram $out/bin/quilt --prefix PATH : ${lib.makeBinPath buildInputs}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
homepage = "https://savannah.nongnu.org/projects/quilt";
|
||||
description = "Easily manage large numbers of patches";
|
||||
|
||||
|
@ -57,8 +57,9 @@ stdenv.mkDerivation rec {
|
|||
and more.
|
||||
'';
|
||||
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.all;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ smancill ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue