aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-09-17 22:29:40 -0400
committerGitHub <noreply@github.com>2019-09-17 22:29:40 -0400
commiteb7118f9809c5051d791cbfa7ab496d93d86a186 (patch)
tree7cbb90335aab3818b47f3fc6de910af56458806c /pkgs/applications
parent5084011920f8e9a4a00f71dc699f43fd4599d219 (diff)
parent9499f4f5c15520dc2033fd195b87802e5164d8c4 (diff)
Merge pull request #69002 from marsam/pianobar-darwin
pianobar: enable on darwin
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/pianobar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pianobar/default.nix b/pkgs/applications/audio/pianobar/default.nix
index 40e45a76b4b..26b94f306bc 100644
--- a/pkgs/applications/audio/pianobar/default.nix
+++ b/pkgs/applications/audio/pianobar/default.nix
@@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A console front-end for Pandora.com";
- homepage = http://6xq.net/projects/pianobar/;
- platforms = platforms.linux;
+ homepage = "https://6xq.net/pianobar/";
+ platforms = platforms.unix;
license = licenses.mit; # expat version
};
}