Merge pull request #271527 from h7x4/pkgs-itd-fix-url
itd: update upstream URL
This commit is contained in:
commit
0f6f6bc5b8
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ buildGoModule rec {
|
||||||
pname = "itd";
|
pname = "itd";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
# https://gitea.arsenm.dev/Arsen6331/itd/tags
|
# https://gitea.elara.ws/Elara6331/itd/tags
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "gitea.arsenm.dev";
|
domain = "gitea.elara.ws";
|
||||||
owner = "Arsen6331";
|
owner = "Elara6331";
|
||||||
repo = "itd";
|
repo = "itd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-95/9Qy0HhrX+ORuv6g1T4/Eq1hf539lYG5fTkLeY6B0=";
|
hash = "sha256-95/9Qy0HhrX+ORuv6g1T4/Eq1hf539lYG5fTkLeY6B0=";
|
||||||
|
@ -34,7 +34,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "itd is a daemon to interact with the PineTime running InfiniTime";
|
description = "itd is a daemon to interact with the PineTime running InfiniTime";
|
||||||
homepage = "https://gitea.arsenm.dev/Arsen6331/itd";
|
homepage = "https://gitea.elara.ws/Elara6331/itd";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ mindavi raphaelr ];
|
maintainers = with maintainers; [ mindavi raphaelr ];
|
||||||
|
|
Loading…
Reference in a new issue