diff --git a/electron-builder.yml b/electron-builder.yml index b74f49dd256a8cb56b69a2806f00bd28797fa165..74a71839f19e7909915eef5dddb711e63341b2e1 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -33,7 +33,7 @@ linux: icon: dist deb: - maintainer: irstea + maintainer: Inrae mac: target: zip diff --git a/package.json b/package.json index 2047c6dbdcb2a2cd3d56742256936b1f3a66aabb..940e75916871803a2c39a6812bedc60443bf95f5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fr.irstea.cassiopee", "displayName": "Cassiopée", "description": "Hydraulic calculators", - "author": "Irstea", + "author": "Inrae", "version": "4.10.4", "main": "main.js", "homepage": "https://cassiopee.g-eau.fr", diff --git a/src/app/config.json b/src/app/config.json index 5b52889a2adc8eb8c5e66247a6b91750293e4eb9..15b90c3af9e0d55dc6f5dc975077eb499994f829 100644 --- a/src/app/config.json +++ b/src/app/config.json @@ -45,7 +45,7 @@ "name": "HYDRAULIQUE_A_SURFACE_LIBRE", "image": { "path": "surface-libre.jpg", - "credits": "David Dorchies / Irstea" + "credits": "David Dorchies / Inrae" }, "calculators": [ 2, 3, 4, 20, 21 ] }, @@ -53,7 +53,7 @@ "name": "HYDRAULIQUE_EN_CHARGE", "image": { "path": "en-charge.jpg", - "credits": "Catherine Tailleux / Irstea" + "credits": "Catherine Tailleux / Inrae" }, "calculators": [ 1, 0 ] }, @@ -61,7 +61,7 @@ "name": "LOIS_D_OUVRAGES", "image": { "path": "ouvrages.jpg", - "credits": "David Dorchies / Irstea" + "credits": "David Dorchies / Inrae" }, "calculators": [ 8, 9, 10 ] },