purescript: add changelog

master
(cdep)illabout 2021-06-06 09:48:12 +09:00
parent d32c247083
commit 8f2ea9a961
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
1 changed files with 1 additions and 0 deletions

View File

@ -62,5 +62,6 @@ in stdenv.mkDerivation rec {
maintainers = with maintainers; [ justinwoo mbbx6spp cdepillabout ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
mainProgram = "purs";
changelog = "https://github.com/purescript/purescript/releases/tag/v${version}";
};
}