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:
committed by
Artturin
parent
a3818cedf8
commit
dea1d488da
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user