maintainers: drop nek0

This commit is contained in:
Ming-Chuan
2026-02-12 23:46:44 +08:00
parent 97bdff78c2
commit 9cb385d421
5 changed files with 3 additions and 10 deletions
-6
View File
@@ -18666,12 +18666,6 @@
githubId = 166791;
name = "Neil Mayhew";
};
nek0 = {
email = "nek0@nek0.eu";
github = "nek0";
githubId = 1859691;
name = "Amedeo Molnár";
};
nekitdev = {
email = "nekit@nekit.dev";
github = "nekitdev";
@@ -153,7 +153,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://krita.org/";
maintainers = with lib.maintainers; [
sifmelcara
nek0
];
mainProgram = "krita";
platforms = lib.platforms.linux;
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://invent.kde.org/graphics/kseexpr";
description = "Embeddable expression evaluation engine";
maintainers = with lib.maintainers; [ nek0 ];
maintainers = [ ];
license = lib.licenses.lgpl3Plus;
};
})
+1 -1
View File
@@ -37,6 +37,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/arximboldi/lager";
description = "C++ library for value-oriented design using the unidirectional data-flow architecture Redux for C++";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nek0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/arximboldi/zug";
description = "Library for functional interactive c++ programs";
maintainers = with lib.maintainers; [ nek0 ];
maintainers = [ ];
license = lib.licenses.boost;
};
})