imgproxy: add changelog

This commit is contained in:
Jonas Heinrich 2023-01-22 06:24:08 +01:00 committed by GitHub
parent 0c541d2ac5
commit 36cacfe01c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ buildGoModule rec {
meta = with lib; {
description = "Fast and secure on-the-fly image processing server written in Go";
homepage = "https://imgproxy.net";
changelog = "https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ paluh ];
};