Commit b5af2d70 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 8a1ef2e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ php.buildComposerProject2 (finalAttrs: {
    description = "Development Nextcloud app to enable apps to use hot module reloading";
    homepage = "https://github.com/nextcloud/hmr_enabler";
    changelog = "https://github.com/nextcloud/hmr_enabler/blob/master/CHANGELOG.md";
    license = lib.licenses.agpl3Only;
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ onny ];
  };