From 63d78a1cb3e9b22d10870f60e1f80f640e68bb9d Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Thu, 25 May 2023 17:08:38 -0700 Subject: [PATCH 1/2] Update project urls --- .gitlab-ci.yml | 3 ++- CONTRIBUTING.md | 2 +- CONTRIBUTORS.md | 1 + README.md | 6 +++--- data/io.gitlab.mtmiller.octave-pythonic.metainfo.xml | 5 +++-- inst/pythonic.m | 6 ++++-- src/oct-py-util.cc | 4 ++-- src/pyexec.cc | 4 ++-- tests/types.tst | 3 ++- 9 files changed, 20 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d279f1..b279072 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ ## SPDX-License-Identifier: BSD-3-Clause -## Copyright (C) 2019 Mike Miller +## Copyright (C) 2019-2021 Mike Miller +## Copyright (C) 2019, 2023 Colin B. Macdonald ## ## .gitlab-ci.yml - GitLab CI configuration for octave-pythonic diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0205e4..a959f13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ and interact within this project. ## Community All project interaction takes place primarily on the GitLab project -[mtmiller/octave-pythonic](https://gitlab.com/mtmiller/octave-pythonic). +[gnu-octave/octave-pythonic](https://gitlab.com/gnu-octave/octave-pythonic). There is also a [Python interface wiki page](https://wiki.octave.org/Python_interface) on the diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e8ccdd0..b2ec81c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,6 +7,7 @@ - Colin Macdonald - Mike Miller - Kai Torben Ohlhus +- Vishnu Parammal - Abhinav Tripathi --- diff --git a/README.md b/README.md index d0b3247..d90ee7a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The goals of this package include This package also supports building, using, and testing directly from the code repository. - git clone https://gitlab.com/mtmiller/octave-pythonic.git + git clone https://gitlab.com/gnu-octave/octave-pythonic.git cd octave-pythonic make make check @@ -101,7 +101,7 @@ example to build with two different versions of Python ## Get Involved This Octave package is maintained at -[mtmiller/octave-pythonic on GitLab][pythonic]. +[gnu-octave/octave-pythonic on GitLab][pythonic]. If you want to contribute in any way and help make this package better, please read the [contribution guidelines](CONTRIBUTING.md). @@ -118,4 +118,4 @@ option) any later version. See [COPYING](COPYING) for the full license text. [fsf]: https://www.fsf.org/ [gpl]: https://www.gnu.org/licenses/gpl-3.0.html [python-dev]: https://packages.debian.org/search?keywords=python-dev -[pythonic]: https://gitlab.com/mtmiller/octave-pythonic +[pythonic]: https://gitlab.com/gnu-octave/octave-pythonic diff --git a/data/io.gitlab.mtmiller.octave-pythonic.metainfo.xml b/data/io.gitlab.mtmiller.octave-pythonic.metainfo.xml index f647584..bc70e0a 100644 --- a/data/io.gitlab.mtmiller.octave-pythonic.metainfo.xml +++ b/data/io.gitlab.mtmiller.octave-pythonic.metainfo.xml @@ -1,6 +1,7 @@ +