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
+1 -1
View File
@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -58,6 +58,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/JACoders/OpenJK";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -91,6 +91,6 @@ in openmw.overrideAttrs (oldAttrs: rec {
homepage = "https://tes3mp.com/";
license = licenses.gpl3;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
})
+1 -1
View File
@@ -71,7 +71,7 @@ in stdenv.mkDerivation rec {
license = licenses.unfree // {
url = "https://github.com/OpenXRay/xray-16/blob/xd_dev/License.txt";
};
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}
+1 -1
View File
@@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}