Commit dea1d488 authored by Andrew Kvalheim's avatar Andrew Kvalheim Committed by Artturin
Browse files

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
parent a3818ced
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];