fixup colmena url
Some checks failed
Lint / lint (push) Successful in 3s
Plex Update / update (push) Successful in 9s
Nix / lint (push) Failing after 2m24s

This commit is contained in:
Vivian 2023-06-08 09:57:19 +02:00
parent 6cbd85a446
commit d812333b7f
2 changed files with 7 additions and 7 deletions

View file

@ -112,15 +112,15 @@
"locked": { "locked": {
"lastModified": 1685163780, "lastModified": 1685163780,
"narHash": "sha256-tMwseHtEFDpO3WKeZKWqrKRAZI6TiEULidxEbzicuFg=", "narHash": "sha256-tMwseHtEFDpO3WKeZKWqrKRAZI6TiEULidxEbzicuFg=",
"ref": "refs/heads/main", "owner": "zhaofengli",
"repo": "colmena",
"rev": "c61bebae1dc1d57237577080b1ca1e37a3fbcebf", "rev": "c61bebae1dc1d57237577080b1ca1e37a3fbcebf",
"revCount": 471, "type": "github"
"type": "git",
"url": "https://github.com/zhaofengli/colmena"
}, },
"original": { "original": {
"type": "git", "owner": "zhaofengli",
"url": "https://github.com/zhaofengli/colmena" "repo": "colmena",
"type": "github"
} }
}, },
"comma": { "comma": {

View file

@ -11,7 +11,7 @@
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
colmena.url = "git+https://github.com/zhaofengli/colmena"; colmena.url = "github:zhaofengli/colmena";
vault-secrets.url = "github:serokell/vault-secrets"; vault-secrets.url = "github:serokell/vault-secrets";