1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00

docs: fetch nmd from sourcehut

This commit is contained in:
Robert Helgesson 2023-01-18 12:24:05 +01:00
parent bd3efacb82
commit 6c5b08a0c1
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -7,7 +7,7 @@ let
nmdSrc = fetchTarball {
url =
"https://gitlab.com/api/v4/projects/rycee%2Fnmd/repository/archive.tar.gz?sha=f6ca9dfbae290e2133b4ff567e1a48c0eaf9d681";
"https://git.sr.ht/~rycee/nmd/archive/f6ca9dfbae290e2133b4ff567e1a48c0eaf9d681.tar.gz";
sha256 = "1ivikjlh6vs0131fb945bjal7xrp2wxblbbk1zbz0yqi41xbvny8";
};