subversion: add meta.mainProgram

authored by

arcnmx and committed by
Matthieu Coudron
833ccca4 bd87316a

+1
+1
pkgs/applications/version-management/subversion/default.nix
··· 114 description = "A version control system intended to be a compelling replacement for CVS in the open source community"; 115 license = licenses.asl20; 116 homepage = "https://subversion.apache.org/"; 117 maintainers = with maintainers; [ eelco lovek323 ]; 118 platforms = platforms.linux ++ platforms.darwin; 119 };
··· 114 description = "A version control system intended to be a compelling replacement for CVS in the open source community"; 115 license = licenses.asl20; 116 homepage = "https://subversion.apache.org/"; 117 + mainProgram = "svn"; 118 maintainers = with maintainers; [ eelco lovek323 ]; 119 platforms = platforms.linux ++ platforms.darwin; 120 };