python310Packages.python-fullykiosk: add changelog to meta
This commit is contained in:
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "cgarwood";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-Fndf9OOy3JLVTzHwfRzYrF/Khuhf9BMT6I+ze375p70=";
|
||||
hash = "sha256-Fndf9OOy3JLVTzHwfRzYrF/Khuhf9BMT6I+ze375p70=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -33,6 +33,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Wrapper for Fully Kiosk Browser REST interface";
|
||||
homepage = "https://github.com/cgarwood/python-fullykiosk";
|
||||
changelog = "https://github.com/cgarwood/python-fullykiosk/releases/tag/${version}";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user