Unverified Commit 85c524e9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

eduke32: Fix typo in description; homepage -> https (#464551)

parents 47cac1de b2b56709
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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