From 056e89c42d391f64cef903a66485c742e23e9b73 Mon Sep 17 00:00:00 2001 From: "Felix A. Croes" <felix@dworkin.nl> Date: Tue, 16 Nov 2021 16:48:18 +0100 Subject: [PATCH] Update package description. The PID microservices are derived from code originally developed by Utrecht University. The archive microservices are entirely developed by Wageningen University & Research. --- CMakeLists.txt | 2 +- package/description.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d84cd28..997590c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ message(STATUS "Building for irods-server version ${IRODS_VERSION}") # Note: Microservices for iRODS >= 4.2 need to be built with the compiler and # standard libarary provided by iRODS-externals packages. -# The following packages need to be installed to build the uu microservices: +# The following packages need to be installed to build the irods microservices: # # irods-externals-clang-runtime3.8-0 # irods-externals-clang6.0-0 diff --git a/package/description.txt b/package/description.txt index 8b8c713..e0bb998 100644 --- a/package/description.txt +++ b/package/description.txt @@ -1 +1 @@ - Miscellaneous iRODS microservices originally developed at Utrecht University. +Miscellaneous iRODS microservices developed at Wageningen University & Research. -- GitLab