comodoro: update homepage (#314443)

This commit is contained in:
Artturin 2024-11-02 17:13:09 +02:00 committed by GitHub
commit aa00c218d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];