1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

treewide: remove maintainer polykernel (#328969)

This commit is contained in:
polykernel 2024-07-21 20:46:31 -04:00 committed by GitHub
parent b841e48094
commit e24d28adff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 7 deletions

View file

@ -16198,11 +16198,6 @@
github = "polygon";
githubId = 51489;
};
polykernel = {
github = "polykernel";
githubId = 81340136;
name = "polykernel";
};
polyrod = {
email = "dc1mdp@gmail.com";
github = "polyrod";

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;
};
})

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