summaryrefslogtreecommitdiffstats
path: root/pkgs/glpaper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/glpaper/default.nix')
-rw-r--r--pkgs/glpaper/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/glpaper/default.nix b/pkgs/glpaper/default.nix
index 3041911..df1ac0e 100644
--- a/pkgs/glpaper/default.nix
+++ b/pkgs/glpaper/default.nix
@@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "GLPaper is a wallpaper program for wlroots based wayland compositors such as sway that allows you to render glsl shaders as your wallpaper";
homepage = "https://bitbucket.org/Scoopta/glpaper";
- license = licenses.none;
platforms = platforms.linux;
maintainers = with maintainers; [ colemickens ];
};