temp: replace bpc-uploads with my own version

because it was removed from gitlab
This commit is contained in:
Noah Masur 2024-04-13 09:02:41 -04:00
parent 83496bcad1
commit e8e0c97e59
No known key found for this signature in database
2 changed files with 11 additions and 10 deletions

View File

@ -52,17 +52,17 @@
"bypass-paywalls-clean": { "bypass-paywalls-clean": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1712562887, "lastModified": 1713012522,
"narHash": "sha256-aX/h8cepKd9E+9ZtKnqRWLIdxTwl6q1a0v8+8fNK+/0=", "narHash": "sha256-35KuPa3k6j8//gKXD3JY3Y318DRBxXNo/JuzatFXG5M=",
"owner": "magnolia1234", "ref": "refs/heads/master",
"repo": "bpc-uploads", "rev": "724d4fcff64a433e988d9e54f7a08573523f2ca5",
"rev": "e58e8597347a8e2a656e2c4f10e259e7fcc8b52c", "revCount": 1,
"type": "gitlab" "type": "git",
"url": "https://git.masu.rs/noah/bpc-uploads"
}, },
"original": { "original": {
"owner": "magnolia1234", "type": "git",
"repo": "bpc-uploads", "url": "https://git.masu.rs/noah/bpc-uploads"
"type": "gitlab"
} }
}, },
"cmp-nvim-lsp-src": { "cmp-nvim-lsp-src": {

View File

@ -187,7 +187,8 @@
# Firefox addon from outside the extension store # Firefox addon from outside the extension store
bypass-paywalls-clean = { bypass-paywalls-clean = {
# https://gitlab.com/magnolia1234/bpc-uploads/-/commits/master/?ref_type=HEADS # https://gitlab.com/magnolia1234/bpc-uploads/-/commits/master/?ref_type=HEADS
url = "gitlab:magnolia1234/bpc-uploads"; url =
"git+https://git.masu.rs/noah/bpc-uploads"; # temporary, shouldn't rely on myself
flake = false; flake = false;
}; };