dokieli: fix license

This commit is contained in:
Sizhe Zhao
2025-07-07 13:21:29 +08:00
parent 747c0dbbe7
commit bf9d282c9a
+4 -1
View File
@@ -63,7 +63,10 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Clientside editor for decentralised article publishing, annotations and social interactions";
homepage = "https://github.com/linkeddata/dokieli";
license = lib.licenses.mit;
license = with lib.licenses; [
cc-by-40
mit
];
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ shogo ];
teams = [ lib.teams.ngi ];