update gitsrht repositories to forgejo

This commit is contained in:
Khaïs COLIN 2025-04-10 12:32:25 +02:00
parent 2141a0e4ea
commit b72fe60eb9
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
2 changed files with 12 additions and 12 deletions

16
flake.lock generated
View file

@ -80,11 +80,11 @@
"rev": "baad734eb41203c79e669aa01d966b15a30fd43c", "rev": "baad734eb41203c79e669aa01d966b15a30fd43c",
"revCount": 1, "revCount": 1,
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/breezex-cursor" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/breezex-cursor"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/breezex-cursor" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/breezex-cursor"
} }
}, },
"cassowary": { "cassowary": {
@ -100,11 +100,11 @@
"rev": "6d7d3560e8e5660ae270b82c844cd9cb77a4bd97", "rev": "6d7d3560e8e5660ae270b82c844cd9cb77a4bd97",
"revCount": 6, "revCount": 6,
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/cassowary" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/cassowary"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/cassowary" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/cassowary"
} }
}, },
"devshell": { "devshell": {
@ -800,11 +800,11 @@
"rev": "8b871dabaab8ba369e4138031e9a2bb967f9cc1c", "rev": "8b871dabaab8ba369e4138031e9a2bb967f9cc1c",
"revCount": 4, "revCount": 4,
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/nixvim" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/nixvim"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/nixvim" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/nixvim"
} }
}, },
"nixvim_2": { "nixvim_2": {
@ -893,11 +893,11 @@
"rev": "1188ea50cab4aae64be1ee68bff2fc0d5c32650f", "rev": "1188ea50cab4aae64be1ee68bff2fc0d5c32650f",
"revCount": 1, "revCount": 1,
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/river-shifttags" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/river-shifttags"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/river-shifttags" "url": "ssh://forgejo@forgejo.005540.xyz/logistic-bot/river-shifttags"
} }
}, },
"root": { "root": {

View file

@ -14,21 +14,21 @@
}; };
nixvim = { nixvim = {
url = "git+ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/nixvim"; url = "git+ssh://forgejo@forgejo.005540.xyz/logistic-bot/nixvim";
}; };
river-shifttags = { river-shifttags = {
url = "git+ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/river-shifttags"; url = "git+ssh://forgejo@forgejo.005540.xyz/logistic-bot/river-shifttags";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
breezex-cursor = { breezex-cursor = {
url = "git+ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/breezex-cursor"; url = "git+ssh://forgejo@forgejo.005540.xyz/logistic-bot/breezex-cursor";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
cassowary = { cassowary = {
url = "git+ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/cassowary"; url = "git+ssh://forgejo@forgejo.005540.xyz/logistic-bot/cassowary";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };