Commit d1321077 authored by Yury V. Zaytsev's avatar Yury V. Zaytsev
Browse files

mc: fix license (is gpl3+, not gpl2+)

parent ba311565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
    description = "File Manager and User Shell for the GNU Project, known as Midnight Commander";
    downloadPage = "https://ftp.osuosl.org/pub/midnightcommander/";
    homepage = "https://midnight-commander.org";
    license = licenses.gpl2Plus;
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ sander ];
    platforms = with platforms; linux ++ darwin;
    mainProgram = "mc";