about summary refs log tree commit diff
path: root/pkgs/games/humblebundle
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-12-08 08:14:14 +0100
committeraszlig <aszlig@nix.build>2018-12-08 08:14:14 +0100
commit474e2d09d473e884779d12afe1e72b7c2fdc240b (patch)
treeeae5298a39b1cda147c45c1dec609324842dcce1 /pkgs/games/humblebundle
parentd8557f2a91dcaa8ade6bf88028f7c20b2dea625a (diff)
games: Rename the_bridge attribute to the-bridge
With other games we already use dashed delimiters, so it's more
consistent to also use them for "The Bridge".

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @layus
Diffstat (limited to 'pkgs/games/humblebundle')
-rw-r--r--pkgs/games/humblebundle/default.nix2
-rw-r--r--pkgs/games/humblebundle/the-bridge.nix (renamed from pkgs/games/humblebundle/the_bridge.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/humblebundle/default.nix b/pkgs/games/humblebundle/default.nix
index c5ec988a..656c06db 100644
--- a/pkgs/games/humblebundle/default.nix
+++ b/pkgs/games/humblebundle/default.nix
@@ -31,7 +31,7 @@ let
     spaz = callPackage ./spaz.nix {};
     starbound = callPackage ./starbound.nix {};
     swordsandsoldiers = callPackage ./swordsandsoldiers.nix {};
-    the_bridge = callPackage_i686 ./the_bridge.nix {};
+    the-bridge = callPackage_i686 ./the-bridge.nix {};
     trine2 = callPackage_i686 ./trine2.nix {};
     unepic = callPackage ./unepic.nix {};
   };
diff --git a/pkgs/games/humblebundle/the_bridge.nix b/pkgs/games/humblebundle/the-bridge.nix
index 92e5b691..92e5b691 100644
--- a/pkgs/games/humblebundle/the_bridge.nix
+++ b/pkgs/games/humblebundle/the-bridge.nix