maintainers: christianharke -> rake5k

I changed my GH user handle in the meantime, this fixes the discrepancy
stemming from it.
This commit is contained in:
Christian Harke 2023-11-26 16:54:49 +01:00 committed by Weijia Wang
parent c9551b210f
commit 916666515a
2 changed files with 10 additions and 10 deletions

View File

@ -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";

View File

@ -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;