Merge pull request #187249 from bbenno/fix/kanboard-homepage

kanboard: correct homepage url
This commit is contained in:
Linus Heckemann 2022-08-18 15:26:03 +02:00 committed by GitHub
commit f0c611e253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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