aboutsummaryrefslogtreecommitdiff
path: root/bg/ExternalLicenses.js
diff options
context:
space:
mode:
Diffstat (limited to 'bg/ExternalLicenses.js')
-rw-r--r--bg/ExternalLicenses.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bg/ExternalLicenses.js b/bg/ExternalLicenses.js
index 01894b1..6eda008 100644
--- a/bg/ExternalLicenses.js
+++ b/bg/ExternalLicenses.js
@@ -26,7 +26,7 @@
'use strict';
-const { licenses } = require('../license_definitions')
+const { licenses } = require('../common/license_definitions')
const licensesByLabel = new Map(Object.entries(licenses).map(([id, license]) =>
[
[license.identifier.toUpperCase(), license],