Remove kiyengar from maintainers (#187781)
This commit is contained in:
parent
d6ef38857e
commit
20c9a9e87d
@ -6985,12 +6985,6 @@
|
|||||||
fingerprint = "8992 44FC D291 5CA2 0A97 802C 156C 88A5 B0A0 4B2A";
|
fingerprint = "8992 44FC D291 5CA2 0A97 802C 156C 88A5 B0A0 4B2A";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
kiyengar = {
|
|
||||||
email = "hello@kiyengar.net";
|
|
||||||
github = "karthikiyengar";
|
|
||||||
githubId = 8260207;
|
|
||||||
name = "Karthik Iyengar";
|
|
||||||
};
|
|
||||||
kjeremy = {
|
kjeremy = {
|
||||||
email = "kjeremy@gmail.com";
|
email = "kjeremy@gmail.com";
|
||||||
name = "Jeremy Kolb";
|
name = "Jeremy Kolb";
|
||||||
|
@ -30,7 +30,7 @@ mkDerivation rec {
|
|||||||
description = "Lightweight unofficial Spotify client using Qt";
|
description = "Lightweight unofficial Spotify client using Qt";
|
||||||
homepage = "https://github.com/kraxarn/spotify-qt";
|
homepage = "https://github.com/kraxarn/spotify-qt";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ kiyengar ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A CLI utility for searching unicode characters by description and optionally copying them to clipboard";
|
description = "A CLI utility for searching unicode characters by description and optionally copying them to clipboard";
|
||||||
homepage = "https://github.com/jeremija/unipicker";
|
homepage = "https://github.com/jeremija/unipicker";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kiyengar ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -103,6 +103,6 @@ mkDerivation rec {
|
|||||||
homepage = "https://www.lesbonscomptes.com/recoll/";
|
homepage = "https://www.lesbonscomptes.com/recoll/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ jcumming kiyengar ];
|
maintainers = with maintainers; [ jcumming ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user