comodoro: update homepage

- https://pimalaya.org/comodoro/ returns 404 Not Found
- https://github.com/soywod/comodoro indicates homepage is https://pimalaya.org/comodoro/cli/latest/ but it doesn't work either
This commit is contained in:
Andrew Kvalheim
2024-09-13 20:41:56 +03:00
committed by Artturin
parent a3818cedf8
commit dea1d488da
+1 -1
View File
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "CLI to manage your time";
homepage = "https://pimalaya.org/comodoro/";
homepage = "https://github.com/pimalaya/comodoro";
changelog = "https://github.com/soywod/comodoro/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ soywod ];