tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: remove nslqqq
no github account
ajs124
3 years ago
cfd9d640
93039509
+1
-6
2 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
development
python-modules
linode
default.nix
-4
maintainers/maintainer-list.nix
···
9371
9371
githubId = 20391;
9372
9372
name = "Nahum Shalman";
9373
9373
};
9374
9374
-
nslqqq = {
9375
9375
-
email = "nslqqq@gmail.com";
9376
9376
-
name = "Nikita Mikhailov";
9377
9377
-
};
9378
9374
nthorne = {
9379
9375
email = "notrupertthorne@gmail.com";
9380
9376
github = "nthorne";
+1
-2
pkgs/development/python-modules/linode/default.nix
···
19
19
homepage = "https://github.com/ghickman/linode";
20
20
description = "A thin python wrapper around Linode's API";
21
21
license = licenses.mit;
22
22
-
maintainers = with maintainers; [ nslqqq ];
22
22
+
maintainers = with maintainers; [ ];
23
23
};
24
24
-
25
24
}