summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-fullykiosk
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-03 13:09:47 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-03 13:09:47 +0100
commitfcc7098838cdb29d162decfef28706917fe5fa88 (patch)
tree1ca06373d76896ebeee8dea45e32d6fdb100ced3 /pkgs/development/python-modules/python-fullykiosk
parent613827f0ce28c0967ebfa60760b41a4a1e4cc98d (diff)
python310Packages.python-fullykiosk: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/python-fullykiosk')
-rw-r--r--pkgs/development/python-modules/python-fullykiosk/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-fullykiosk/default.nix b/pkgs/development/python-modules/python-fullykiosk/default.nix
index 2cb8f1f8144a..2dff54434e5b 100644
--- a/pkgs/development/python-modules/python-fullykiosk/default.nix
+++ b/pkgs/development/python-modules/python-fullykiosk/default.nix
@@ -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 ];
};