treewide: remove maintainer polykernel (#328969)

This commit is contained in:
polykernel
2024-07-22 02:46:31 +02:00
committed by GitHub
parent b841e48094
commit e24d28adff
3 changed files with 2 additions and 7 deletions
-5
View File
@@ -16198,11 +16198,6 @@
github = "polygon";
githubId = 51489;
};
polykernel = {
github = "polykernel";
githubId = 81340136;
name = "polykernel";
};
polyrod = {
email = "dc1mdp@gmail.com";
github = "polyrod";
+1 -1
View File
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://codeberg.org/dnkl/fuzzel";
license = with licenses; [ mit zlib ];
mainProgram = "fuzzel";
maintainers = with maintainers; [ fionera polykernel rodrgz ];
maintainers = with maintainers; [ fionera rodrgz ];
platforms = with platforms; linux;
};
})
+1 -1
View File
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
changelog = "https://codeberg.org/dnkl/fnott/src/tag/${src.rev}/CHANGELOG.md";
description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors";
license = with lib.licenses; [ mit zlib ];
maintainers = with lib.maintainers; [ polykernel ];
maintainers = with lib.maintainers; [ ];
mainProgram = "fnott";
platforms = lib.platforms.linux;
};