tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: drop omasanori
Acid Bong
7 months ago
ebc5946d
daaa22f5
+1
-8
4 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
team-list.nix
pkgs
by-name
ia
iay
package.nix
km
kmscon
package.nix
-5
maintainers/maintainer-list.nix
···
18837
githubId = 9091609;
18838
name = "Omar Jatoi";
18839
};
18840
-
omasanori = {
18841
-
github = "omasanori";
18842
-
githubId = 167209;
18843
-
name = "Masanori Ogino";
18844
-
};
18845
omgbebebe = {
18846
email = "omgbebebe@gmail.com";
18847
github = "omgbebebe";
···
18837
githubId = 9091609;
18838
name = "Omar Jatoi";
18839
};
0
0
0
0
0
18840
omgbebebe = {
18841
email = "omgbebebe@gmail.com";
18842
github = "omgbebebe";
-1
maintainers/team-list.nix
···
1144
sage = {
1145
members = [
1146
timokau
1147
-
omasanori
1148
raskin
1149
collares
1150
];
···
1144
sage = {
1145
members = [
1146
timokau
0
1147
raskin
1148
collares
1149
];
-1
pkgs/by-name/ia/iay/package.nix
···
37
license = licenses.mit;
38
maintainers = with maintainers; [
39
aaqaishtyaq
40
-
omasanori
41
];
42
mainProgram = "iay";
43
};
···
37
license = licenses.mit;
38
maintainers = with maintainers; [
39
aaqaishtyaq
0
40
];
41
mainProgram = "iay";
42
};
+1
-1
pkgs/by-name/km/kmscon/package.nix
···
72
mainProgram = "kmscon";
73
homepage = "https://www.freedesktop.org/wiki/Software/kmscon/";
74
license = licenses.mit;
75
-
maintainers = with maintainers; [ omasanori ];
76
platforms = platforms.linux;
77
};
78
}
···
72
mainProgram = "kmscon";
73
homepage = "https://www.freedesktop.org/wiki/Software/kmscon/";
74
license = licenses.mit;
75
+
maintainers = [ ];
76
platforms = platforms.linux;
77
};
78
}