tt-rss: use git.tt-rss.org instead of gitlab

gitlab repo was throwing HTTP 500 errors
This commit is contained in:
teutat3s 2024-07-18 17:35:05 +02:00
parent 13c381ff3d
commit 0fc0c6d595
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -8,7 +8,7 @@
name = "ttrss-auth-oidc";
version = "7ebfbc91e92bb133beb907c6bde79279ee5156df";
src = pkgs.fetchgit {
url = "https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-auth-oidc.git";
url = "https://git.tt-rss.org/fox/ttrss-auth-oidc.git";
hash = "sha256-G6vZBvSWms6s6nHZWsxJjMGuubt/imiBvbp6ykwrZbg=";
};
installPhase = ''