watson: update homepage
This commit is contained in:
@@ -13,17 +13,17 @@ buildPythonApplication rec {
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TailorDev";
|
||||
owner = "jazzband";
|
||||
repo = "Watson";
|
||||
rev = version;
|
||||
sha256 = "sha256-/AASYeMkt18KPJljAjNPRYOpg/T5xuM10LJq4LrFD0g=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/TailorDev/Watson/pull/473
|
||||
# https://github.com/jazzband/Watson/pull/473
|
||||
(fetchpatch {
|
||||
name = "fix-completion.patch";
|
||||
url = "https://github.com/TailorDev/Watson/commit/43ad061a981eb401c161266f497e34df891a5038.patch";
|
||||
url = "https://github.com/jazzband/Watson/commit/43ad061a981eb401c161266f497e34df891a5038.patch";
|
||||
sha256 = "sha256-v8/asP1wooHKjyy9XXB4Rtf6x+qmGDHpRoHEne/ZCxc=";
|
||||
})
|
||||
];
|
||||
@@ -49,7 +49,7 @@ buildPythonApplication rec {
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://tailordev.github.io/Watson/";
|
||||
homepage = "https://github.com/jazzband/Watson";
|
||||
description = "Wonderful CLI to track your time!";
|
||||
mainProgram = "watson";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user