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";
|
||||
version = "1.1.0";
|
||||
|
||||
# https://gitea.arsenm.dev/Arsen6331/itd/tags
|
||||
# https://gitea.elara.ws/Elara6331/itd/tags
|
||||
src = fetchFromGitea {
|
||||
domain = "gitea.arsenm.dev";
|
||||
owner = "Arsen6331";
|
||||
domain = "gitea.elara.ws";
|
||||
owner = "Elara6331";
|
||||
repo = "itd";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-95/9Qy0HhrX+ORuv6g1T4/Eq1hf539lYG5fTkLeY6B0=";
|
||||
|
@ -34,7 +34,7 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
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;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mindavi raphaelr ];
|
||||
|
|
Loading…
Reference in a new issue