dev: update nmd source

This commit is contained in:
raf 2023-07-28 12:02:51 +03:00
parent f2f9c32eca
commit d7f4310121
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 8 additions and 8 deletions

View file

@ -855,17 +855,17 @@
"nmd": { "nmd": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1680213367, "lastModified": 1687627428,
"narHash": "sha256-NbSXxpFAK5IMcsQTK0vSGy099HExx3SEagqW4Lpc+X8=", "narHash": "sha256-7zGfXuNS5RHqhpEdz2fwrtqvF86JRo5U1hrxZSYgcm8=",
"owner": "rycee", "owner": "~rycee",
"repo": "nmd", "repo": "nmd",
"rev": "abb15317ebd17e5a0a7dd105e2ce52f2700185a8", "rev": "824a380546b5d0d0eb701ff8cd5dbafb360750ff",
"type": "gitlab" "type": "sourcehut"
}, },
"original": { "original": {
"owner": "rycee", "owner": "~rycee",
"repo": "nmd", "repo": "nmd",
"type": "gitlab" "type": "sourcehut"
} }
}, },
"noice-nvim": { "noice-nvim": {

View file

@ -58,7 +58,7 @@
# For generating documentation website # For generating documentation website
nmd = { nmd = {
url = "gitlab:rycee/nmd"; url = "sourcehut:~rycee/nmd";
flake = false; flake = false;
}; };