Merge pull request #178771 from SuperSandro2000/rehex

This commit is contained in:
Sandro
2022-06-23 20:44:31 +02:00
committed by GitHub
+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;
};
}