Commit bc5e7001 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

ettercap: specify license

parent fd1d2431
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://www.ettercap-project.org/";
    changelog = "https://github.com/Ettercap/ettercap/releases/tag/${src.tag}";
    license = licenses.gpl2;
    license = licenses.gpl2Plus;
    platforms = platforms.unix;
    maintainers = with maintainers; [ pSub ];
  };