your-editor: update changelog

This commit is contained in:
figsoda 2021-12-08 20:55:14 -05:00 committed by GitHub
parent e810c7f544
commit c8f0e7f79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture";
homepage = "https://your-editor.org/";
changelog = "https://github.com/your-editor/yed/blob/1303/CHANGELOG.md";
changelog = "https://github.com/your-editor/yed/blob/${version}/CHANGELOG.md";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ uniquepointer ];