Skip to content

Commit

Permalink
gosmore: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Jun 11, 2020
1 parent d00013f commit d162c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/gosmore/default.nix
Expand Up @@ -25,13 +25,14 @@ stdenv.mkDerivation {

patches = [ ./pointer_int_comparison.patch ];
patchFlags = [ "-p1" "--binary" ]; # patch has dos style eol

meta = with stdenv.lib; {
description = "Open Street Map viewer";
homepage = "https://sourceforge.net/projects/gosmore/";
maintainers = with maintainers; [
raskin
];
platforms = platforms.linux;
license = licenses.bsd2;
};
}

0 comments on commit d162c97

Please sign in to comment.