mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
kanboard: correct homepage url
The Kanboard GitHub Repo [1] references https://kanboard.org, not the https://kanboard.net. [1]: https://github.com/kanboard/kanboard
This commit is contained in:
parent
bb46b7a341
commit
60e47734f6
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Kanban project management software";
|
||||
homepage = "https://kanboard.net";
|
||||
homepage = "https://kanboard.org";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lheckemann ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user