summaryrefslogtreecommitdiff
path: root/pkgs/still-awake
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/still-awake')
-rw-r--r--pkgs/still-awake/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/still-awake/default.nix b/pkgs/still-awake/default.nix
index a83dd63..9285346 100644
--- a/pkgs/still-awake/default.nix
+++ b/pkgs/still-awake/default.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Small program which shuts down Mac, if user is asleep";
+ license = licenses.unlicense;
platforms = platforms.darwin;
};
}