From acab9880f1b1f3bc051bc9c9bb41b4139599842c Mon Sep 17 00:00:00 2001 From: Federico Jaureguialzo Date: Sat, 6 Jul 2024 22:35:33 +0200 Subject: [PATCH 1/2] Fix citation file --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 101fa8e..7551a32 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,7 +17,7 @@ identifiers: https://github.com/rserial/flintpy/releases/tag/v0.1.0 description: The Software Heritage link for version 0.1.0. repository-code: 'https://github.com/rserial/flintpy' -abstract: Cookiecutter template for a modern Python package. +abstract: Python implementation of FLINT algorithm for NMR relaxation data. keywords: - flintpy license: MIT From 069ac08da7fc7fc21980dffd60442d0a0e6e6ee2 Mon Sep 17 00:00:00 2001 From: Federico Jaureguialzo Date: Sat, 6 Jul 2024 22:42:45 +0200 Subject: [PATCH 2/2] Add code owner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a7eb7bf..7553303 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,4 +7,4 @@ # the repo. Unless a later match takes precedence, # @rserial will be requested for review when someone opens # a pull request. -* @rserial +* @rserial @fedejaure