From 373308ff2a55e1f14d8001e368aa4eb343375e74 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Wed, 4 Mar 2020 14:39:21 +0100 Subject: [PATCH] Irstea => Inrae --- electron-builder.yml | 2 +- package.json | 2 +- src/app/config.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index b74f49dd2..74a71839f 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 3738197be..b38e61fd1 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.6", "main": "main.js", "homepage": "https://cassiopee.g-eau.fr", diff --git a/src/app/config.json b/src/app/config.json index 5b52889a2..15b90c3af 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 ] }, -- GitLab