rehex: drop me from maintainers

This commit is contained in:
Sandro Jäckel
2022-06-23 20:01:52 +02:00
parent f1dd761ae8
commit 1ecc8fa5ca
+1 -1
View File
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/solemnwarning/rehex";
changelog = "https://github.com/solemnwarning/rehex/raw/${version}/CHANGES.txt";
license = licenses.gpl2Only;
maintainers = with maintainers; [ markus1189 SuperSandro2000 ];
maintainers = with maintainers; [ markus1189 ];
platforms = platforms.all;
};
}