tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
maintainer-list: add winpat
Patrick Winter
7 years ago
c03098d0
9cf5079e
+7
3 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
tools
backup
dirvish
default.nix
top-level
perl-packages.nix
+5
maintainers/maintainer-list.nix
···
4703
email = "windenntw@gmail.com";
4704
name = "Antonio Vargas Gonzalez";
4705
};
0
0
0
0
0
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;
0
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;
0
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