maintainer-list: add winpat
This commit is contained in:
parent
9cf5079ec3
commit
c03098d087
|
@ -4703,6 +4703,11 @@
|
||||||
email = "windenntw@gmail.com";
|
email = "windenntw@gmail.com";
|
||||||
name = "Antonio Vargas Gonzalez";
|
name = "Antonio Vargas Gonzalez";
|
||||||
};
|
};
|
||||||
|
winpat = {
|
||||||
|
email = "patrickwinter@posteo.ch";
|
||||||
|
github = "winpat";
|
||||||
|
name = "Patrick Winter";
|
||||||
|
};
|
||||||
wizeman = {
|
wizeman = {
|
||||||
email = "rcorreia@wizy.org";
|
email = "rcorreia@wizy.org";
|
||||||
github = "wizeman";
|
github = "wizeman";
|
||||||
|
|
|
@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://dirvish.org/;
|
homepage = http://dirvish.org/;
|
||||||
license = stdenv.lib.licenses.osl2;
|
license = stdenv.lib.licenses.osl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.winpat ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16847,6 +16847,7 @@ let
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Perl module to deal with time periods";
|
description = "A Perl module to deal with time periods";
|
||||||
license = stdenv.lib.licenses.gpl1;
|
license = stdenv.lib.licenses.gpl1;
|
||||||
|
maintainers = [ maintainers.winpat ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue