mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-10-31 17:17:18 +00:00
Update API repository URL
This commit is contained in:
parent
71e6358a38
commit
729d977d9a
|
@ -9,7 +9,7 @@ let
|
|||
pname = "selfprivacy-api";
|
||||
version = "1.1";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "dc56b6f4ad5358875f26d9639eee5835ea30a386";
|
||||
};
|
||||
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui ];
|
||||
|
|
Loading…
Reference in a new issue