supercollider: add changelog

This commit is contained in:
Lily Foster 2023-02-21 12:36:51 -05:00
parent b69883faca
commit 8d0dd4c886
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -72,6 +72,7 @@ mkDerivation rec {
meta = with lib; {
description = "Programming language for real time audio synthesis";
homepage = "https://supercollider.github.io";
changelog = "https://github.com/supercollider/supercollider/blob/Version-${version}/CHANGELOG.md";
maintainers = with maintainers; [ lilyinstarlight ];
license = licenses.gpl3Plus;
platforms = platforms.linux;