Bobby Rong 2023-05-31 14:21:38 +08:00
parent 64ef8aeabd
commit 97da8fa1e8
No known key found for this signature in database

View file

@ -19,9 +19,9 @@
mkXfceDerivation {
category = "apps";
pname = "xfce4-screensaver";
version = "4.18.1";
version = "4.18.2";
sha256 = "sha256-d72m2dW8jvM/EjgNSVaKsP5Ip7ioguB61/hy2cWw+dw=";
sha256 = "sha256-j5K5i+hl/miyHste73akZL62K6YTxXmN8mmFK9BCecs=";
buildInputs = [
dbus-glib
@ -44,8 +44,8 @@ mkXfceDerivation {
makeFlags = [ "DBUS_SESSION_SERVICE_DIR=$(out)/etc" ];
meta = {
meta = with lib; {
description = "Screensaver for Xfce";
maintainers = with lib.maintainers; [ symphorien ];
maintainers = with maintainers; [ symphorien ] ++ teams.xfce.members;
};
}