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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user