Change conduit to conduwuit for more better

This commit is contained in:
Lillian Violet 2024-03-24 21:35:32 +01:00
parent ce1aa98f43
commit 0043166e05
2 changed files with 10 additions and 10 deletions

View file

@ -52,17 +52,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1710785672, "lastModified": 1711172967,
"narHash": "sha256-tEP/amp09fSKeTBrcHWAYr/tQ0g2ZxJQlnCiZDi6qtY=", "narHash": "sha256-HBkYzSfFM0oMnRSjquI1CJ7a4jtIv9eRbAeJZDE8H3M=",
"owner": "famedly", "owner": "girlbossceo",
"repo": "conduit", "repo": "conduwuit",
"rev": "81bc1fc4e324c4798dc7b7e3cec94495a94455e0", "rev": "101cb34f9a1b94b91717af3581f35386f20d4601",
"type": "gitlab" "type": "github"
}, },
"original": { "original": {
"owner": "famedly", "owner": "girlbossceo",
"repo": "conduit", "repo": "conduwuit",
"type": "gitlab" "type": "github"
} }
}, },
"crane": { "crane": {

View file

@ -19,7 +19,7 @@
# Conduit fork without all the fuss and drama # Conduit fork without all the fuss and drama
conduit = { conduit = {
url = "gitlab:famedly/conduit"; url = "github:girlbossceo/conduwuit";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };