Skip to content

Commit

Permalink
maintainer-list: add winpat
Browse files Browse the repository at this point in the history
  • Loading branch information
winpat committed Feb 10, 2019
1 parent 9cf5079 commit c03098d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maintainers/maintainer-list.nix
Expand Up @@ -4703,6 +4703,11 @@
email = "windenntw@gmail.com";
name = "Antonio Vargas Gonzalez";
};
winpat = {
email = "patrickwinter@posteo.ch";
github = "winpat";
name = "Patrick Winter";
};
wizeman = {
email = "rcorreia@wizy.org";
github = "wizeman";
Expand Down
1 change: 1 addition & 0 deletions pkgs/tools/backup/dirvish/default.nix
Expand Up @@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
homepage = http://dirvish.org/;
license = stdenv.lib.licenses.osl2;
platforms = platforms.linux;
maintainers = [ maintainers.winpat ];
};
}
1 change: 1 addition & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -16847,6 +16847,7 @@ let
meta = {
description = "A Perl module to deal with time periods";
license = stdenv.lib.licenses.gpl1;
maintainers = [ maintainers.winpat ];
};
};

Expand Down

0 comments on commit c03098d

Please sign in to comment.