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:
Benno Bielmeier 2022-08-18 11:15:09 +02:00
parent bb46b7a341
commit 60e47734f6

View File

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