Commit 54389ace authored by K900's avatar K900
Browse files

opencloud: fix changelog URL

parent 8c441601
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ buildGoModule rec {
  meta = {
    description = "OpenCloud gives you a secure and private way to store, access, and share your files.";
    homepage = "https://github.com/opencloud-eu/opencloud";
    changelog = "https://github.com/opencloud-eu/opencloud/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/opencloud-eu/opencloud/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [
      christoph-heiss