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

maintainer-list: add winpat

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