leftwm: add changelog

This commit is contained in:
Daniel Nagy 2021-02-07 23:07:21 +01:00
parent 73518ff753
commit b7e9cc4db9
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -32,5 +32,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ mschneider ];
changelog = "https://github.com/leftwm/leftwm/blob/${version}/CHANGELOG";
};
}