maintainers: drop nek0
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user