Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

maintainer-list: add winpat

+7
+5
maintainers/maintainer-list.nix
··· 4703 4703 email = "windenntw@gmail.com"; 4704 4704 name = "Antonio Vargas Gonzalez"; 4705 4705 }; 4706 + winpat = { 4707 + email = "patrickwinter@posteo.ch"; 4708 + github = "winpat"; 4709 + name = "Patrick Winter"; 4710 + }; 4706 4711 wizeman = { 4707 4712 email = "rcorreia@wizy.org"; 4708 4713 github = "wizeman";
+1
pkgs/tools/backup/dirvish/default.nix
··· 57 57 homepage = http://dirvish.org/; 58 58 license = stdenv.lib.licenses.osl2; 59 59 platforms = platforms.linux; 60 + maintainers = [ maintainers.winpat ]; 60 61 }; 61 62 }
+1
pkgs/top-level/perl-packages.nix
··· 16847 16847 meta = { 16848 16848 description = "A Perl module to deal with time periods"; 16849 16849 license = stdenv.lib.licenses.gpl1; 16850 + maintainers = [ maintainers.winpat ]; 16850 16851 }; 16851 16852 }; 16852 16853