leftwm: add changelog

This commit is contained in:
Daniel Nagy
2021-04-01 17:59:47 +02:00
parent 73518ff753
commit b7e9cc4db9
@@ -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";
};
}