Merge pull request #246794 from figsoda/vnote

vnote: fix changelog
This commit is contained in:
Pol Dellaiera 2023-08-02 19:01:42 +02:00 committed by GitHub
commit b5b7c1064b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://vnotex.github.io/vnote";
description = "A pleasant note-taking platform";
changelog = "https://github.com/vnotex/vnote/releases/tag/v${finalAttrs.src.rev}";
changelog = "https://github.com/vnotex/vnote/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux;