Unverified Commit e24d28ad authored by polykernel's avatar polykernel Committed by GitHub
Browse files

treewide: remove maintainer polykernel (#328969)

parent b841e480
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -16198,11 +16198,6 @@
    github = "polygon";
    githubId = 51489;
  };
  polykernel = {
    github = "polykernel";
    githubId = 81340136;
    name = "polykernel";
  };
  polyrod = {
    email = "dc1mdp@gmail.com";
    github = "polyrod";
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
  };