Unverified Commit aa00c218 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

comodoro: update homepage (#314443)

parents 70c41d37 dea1d488
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 ];