Unverified Commit bb6f1a7a authored by WeetHet's avatar WeetHet
Browse files

nix-run: fix url

parent f1539461
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ mkDerivation rec {
  pname = "nix-run";
  version = "0.1.0.0-alpha.2";
  src = fetchgit {
    url = "https://tangled.org/weethet.bsky.social/nix-run";
    url = "https://tangled.org/did:plc:mojgntlezho4qt7uvcfkdndg/nix-run";
    tag = version;
    hash = "sha256-vnYD3N32H6eEPLis8eNlglXVY+guP5DDKCf2z7CLzwA=";
  };
@@ -34,7 +34,7 @@ mkDerivation rec {
    unix
  ];
  prePatch = "hpack";
  homepage = "https://tangled.org/@weethet.bsky.social/nix-run";
  homepage = "https://tangled.org/weethet.eurosky.social/nix-run";
  license = lib.licenses.bsd3;
  mainProgram = "nix-run";
}