Merge branch 'fix-electron-license-is-expat' into 'master'

nongnu: electron: Correct license to expat.

See merge request nonguix/nonguix!748
This commit is contained in:
Simen Endsjø 2025-09-13 19:27:29 +02:00
commit 1b40b10f0c

View file

@ -85,7 +85,7 @@
(description "The Electron framework lets you write cross-platform desktop
applications using JavaScript, HTML and CSS. It is based on Node.js and
Chromium and is used by the Atom editor and many other apps.")
(license (license:nonfree
(license (license:expat
(string-append "https://github.com/electron/electron/blob/v"
version "/LICENSE")))))