Skip to content

Commit

Permalink
hound: fixup meta
Browse files Browse the repository at this point in the history
(cherry picked from commit 104d696)
  • Loading branch information
grahamc authored and rbvermaa committed Nov 8, 2016
1 parent ae7f41c commit e9420b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/hound/default.nix
Expand Up @@ -16,12 +16,12 @@ buildGoPackage rec {

goDeps = ./deps.nix;

meta = with stdenv.lib; {
inherit (src) homepage;
meta = {
inherit (src.meta) homepage;

description = "Lightning fast code searching made easy";
license = stdenv.lib.licenses.mit;
maintainers = with lib.maintainers; [ grahamc ];
maintainers = with stdenv.lib.maintainers; [ grahamc ];
platforms = stdenv.lib.platforms.unix;
};
}

0 comments on commit e9420b8

Please sign in to comment.