summaryrefslogtreecommitdiff
path: root/pkgs/still-awake
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-01 20:14:05 +0200
committerLinnnus <[email protected]>2023-10-01 20:14:05 +0200
commit877db4137c34216fc2623570bc155d73e4b27f0b (patch)
tree5a867eb260f2e604a8e7853166b1694d1ef4fad2 /pkgs/still-awake
parentbb5319539738e39fd4c5412ffff2acb97369e9c3 (diff)
Add description to pgks
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;
};
}