remove myself from maintainer list of packages I don't use anymore (#339910)

This commit is contained in:
ajs124
2024-09-06 13:05:55 +02:00
committed by GitHub
9 changed files with 8 additions and 14 deletions
-6
View File
@@ -10874,12 +10874,6 @@
githubId = 8798449;
name = "kidsan";
};
kierdavis = {
email = "kierdavis@gmail.com";
github = "kierdavis";
githubId = 845652;
name = "Kier Davis";
};
kiike = {
email = "me@enric.me";
github = "kiike";
@@ -108,6 +108,6 @@ in
};
meta = {
maintainers = with lib.maintainers; [kierdavis];
maintainers = with lib.maintainers; [ ];
};
}
@@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
homepage = "https://unigine.com/products/benchmarks/valley/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree; # see also: $out/$instPath/documentation/License.pdf
maintainers = [ lib.maintainers.kierdavis ];
maintainers = [ ];
platforms = [ "x86_64-linux" "i686-linux" ];
mainProgram = "valley";
};
+1 -1
View File
@@ -20,6 +20,6 @@ buildGoModule rec {
mainProgram = "modd";
homepage = "https://github.com/cortesi/modd";
license = licenses.mit;
maintainers = with maintainers; [ kierdavis ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
mainProgram = "freesweep";
homepage = "https://github.com/rwestlund/freesweep";
license = licenses.gpl2Only;
maintainers = with maintainers; [ kierdavis ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -106,6 +106,6 @@ python311Packages.buildPythonApplication rec {
mainProgram = "pysol.py";
homepage = "https://pysolfc.sourceforge.io";
license = licenses.gpl3;
maintainers = with maintainers; [ kierdavis ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
homepage = "https://software.intel.com/en-us/articles/opencl-drivers";
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ lib.maintainers.kierdavis ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -81,6 +81,6 @@ stdenv.mkDerivation rec {
homepage = "https://hashcat.net/hashcat/";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ felixalbrigtsen kierdavis zimbatm ];
maintainers = with maintainers; [ felixalbrigtsen zimbatm ];
};
}
+1 -1
View File
@@ -36,6 +36,6 @@ python3Packages.buildPythonApplication {
license = lib.licenses.gpl2Only;
platforms = lib.platforms.gnu ++ lib.platforms.linux;
maintainers = with lib.maintainers; [ kierdavis ];
maintainers = with lib.maintainers; [ ];
};
}