summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-03 13:34:44 +0000
committerRobin Gloster <mail@glob.in>2016-08-03 13:34:44 +0000
commit1b979d83845945dabffebff5033cf864b41d5c64 (patch)
tree6e81ba4ab8cd28ad9fc8d9e2a3a298bc5a403042 /pkgs/development/web
parent3f9e8601f2a8537de90f04375400538049bbdaf2 (diff)
parentd93f917182dc5da7aca53fb9a847374ec0c7429a (diff)
downloadnixlib-1b979d83845945dabffebff5033cf864b41d5c64.tar
nixlib-1b979d83845945dabffebff5033cf864b41d5c64.tar.gz
nixlib-1b979d83845945dabffebff5033cf864b41d5c64.tar.bz2
nixlib-1b979d83845945dabffebff5033cf864b41d5c64.tar.lz
nixlib-1b979d83845945dabffebff5033cf864b41d5c64.tar.xz
nixlib-1b979d83845945dabffebff5033cf864b41d5c64.tar.zst
nixlib-1b979d83845945dabffebff5033cf864b41d5c64.zip
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/valum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/valum/default.nix b/pkgs/development/web/valum/default.nix
index 633d30862569..6348008ab92e 100644
--- a/pkgs/development/web/valum/default.nix
+++ b/pkgs/development/web/valum/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = https://github.com/valum-framework/valum;
     description = "Web micro-framework written in Vala";
-    plaforms = platforms.linux;
+    platforms = platforms.linux;
     maintainers = [ maintainers.lethalman ];
   };
 }