eduke32: Fix typo in description; homepage -> https

This commit is contained in:
Thomas Bertels
2025-11-24 12:48:02 +01:00
committed by GitHub
parent f197472ab1
commit b2b56709f8
+2 -2
View File
@@ -179,8 +179,8 @@ stdenv.mkDerivation (finalAttrs: {
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
description = "Enhanched port of Duke Nukem 3D for various platforms";
homepage = "http://eduke32.com";
description = "Enhanced port of Duke Nukem 3D for various platforms";
homepage = "https://eduke32.com";
license = with lib.licenses; [ gpl2Plus ];
maintainers = with lib.maintainers; [
qubitnano