about summary refs log tree commit diff
path: root/pkgs/applications/audio/flac
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2014-01-28 18:11:00 +0100
committerPetr Rockai <me@mornfall.net>2014-01-28 18:11:00 +0100
commit4124bb9ff5eded88ae1d9db8645a7c3a4490b572 (patch)
treed18bdc215a130ef0557995bcf8ee45000562e532 /pkgs/applications/audio/flac
parent6f5be260b47c65dfc517ecbdb6bbc0a6826135fa (diff)
Adopt more packages.
Diffstat (limited to 'pkgs/applications/audio/flac')
-rw-r--r--pkgs/applications/audio/flac/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix
index 0383a1ce0ad56..1c8dc56de61c3 100644
--- a/pkgs/applications/audio/flac/default.nix
+++ b/pkgs/applications/audio/flac/default.nix
@@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
 
   doCheck = true; # takes lots of time but will be run rarely (small build-time closure)
 
-  meta = {
+  meta = with stdenv.lib; {
     homepage = http://xiph.org/flac/;
     description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
-    platforms = stdenv.lib.platforms.all;
+    platforms = platforms.all;
+    maintainers = maintainers.mornfall;
   };
 }