Merge pull request #190486 from SuperSandro2000/SuperSandro2000-patch-1

This commit is contained in:
Sandro 2022-09-10 01:14:50 +02:00 committed by GitHub
commit ea3f05e3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.thehedgeh0g ];
mainProgram = "${pname}";
};
}