mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
maintainers: christianharke -> rake5k
I changed my GH user handle in the meantime, this fixes the discrepancy stemming from it.
This commit is contained in:
parent
c9551b210f
commit
916666515a
2 changed files with 10 additions and 10 deletions
|
@ -3259,15 +3259,6 @@
|
|||
githubId = 1103294;
|
||||
name = "Christopher Rosset";
|
||||
};
|
||||
christianharke = {
|
||||
email = "christian@harke.ch";
|
||||
github = "rake5k";
|
||||
githubId = 13007345;
|
||||
name = "Christian Harke";
|
||||
keys = [{
|
||||
fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4";
|
||||
}];
|
||||
};
|
||||
christophcharles = {
|
||||
github = "christophcharles";
|
||||
githubId = 23055925;
|
||||
|
@ -14986,6 +14977,15 @@
|
|||
githubId = 314564;
|
||||
name = "Ryan Lahfa";
|
||||
};
|
||||
rake5k = {
|
||||
email = "christian@harke.ch";
|
||||
github = "rake5k";
|
||||
githubId = 13007345;
|
||||
name = "Christian Harke";
|
||||
keys = [{
|
||||
fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4";
|
||||
}];
|
||||
};
|
||||
rakesh4g = {
|
||||
email = "rakeshgupta4u@gmail.com";
|
||||
github = "Rakesh4G";
|
||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "A tiling window manager";
|
||||
homepage = "https://github.com/conformal/spectrwm";
|
||||
maintainers = with maintainers; [ christianharke ];
|
||||
maintainers = with maintainers; [ rake5k ];
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
|
||||
|
|
Loading…
Reference in a new issue