Updates repo url.

This commit is contained in:
Bailey Stevens 2023-10-04 05:24:18 -04:00
parent ffa1c5a589
commit a933567005
2 changed files with 7 additions and 7 deletions

View file

@ -112,17 +112,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696315290, "lastModified": 1696409911,
"narHash": "sha256-f7eaPugdCv6feuxUkJS3PcCpTLpnDMqiVCB/z6kl1rE=", "narHash": "sha256-IFGbm0OH6EoQ/MB5uR9kWx2BWNqXEWZYCoemcq2/rv4=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "b42e9094ec6a6b634b5214b93901d17253ba495e", "rev": "800af05329408c236a53683a8349d5de40cb6361",
"revCount": 41, "revCount": 50,
"type": "git", "type": "git",
"url": "https://fem.mint.lgbt/theotheroracle/mmelodies.git" "url": "https://fem.mint.lgbt/mmelodies/mmelodies.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://fem.mint.lgbt/theotheroracle/mmelodies.git" "url": "https://fem.mint.lgbt/mmelodies/mmelodies.git"
} }
}, },
"napalm": { "napalm": {

View file

@ -7,7 +7,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
colmena.url = "github:zhaofengli/colmena"; colmena.url = "github:zhaofengli/colmena";
mmelodies.url = "git+https://fem.mint.lgbt/theotheroracle/mmelodies.git"; mmelodies.url = "git+https://fem.mint.lgbt/mmelodies/mmelodies.git";
mmelodies.inputs.nixpkgs.follows = "nixpkgs"; mmelodies.inputs.nixpkgs.follows = "nixpkgs";
}; };