Merge pull request #121119 from SuperSandro2000/remove-gnidorah

treewide: remove gnidorah
This commit is contained in:
Sandro
2021-05-17 02:42:24 +02:00
committed by GitHub
52 changed files with 52 additions and 58 deletions
@@ -16,6 +16,6 @@ stdenv.mkDerivation {
description = "Original Bluecurve engine from Red Hat's artwork package";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.gnidorah ];
maintainers = [ ];
};
}
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Hot patching executables on Linux using .so file injection";
homepage = src.meta.homepage;
license = licenses.bsd3;
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
platforms = ["i686-linux" "x86_64-linux"];
};
}
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
description = "C++11 library, utilities and python bindings for Linux kernel mode setting";
homepage = "https://github.com/tomba/kmsxx";
license = licenses.mpl20;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
broken = true; # marked broken 2021-03-26
};
@@ -31,7 +31,7 @@ mkDerivation {
description = "Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique";
homepage = "http://blog.qt.io/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/";
license = licenses.lgpl21;
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
platforms = platforms.linux;
};
}