Patch for NM url in Debian Member Portfolio Service

This is a multi-part message in MIME format.

Hi,

My NM url is https://nm.debian.org/public/nmstatus/diederik but that gives a
404 message.
I'm guessing that the base url is now https://nm.debian.org/person/<user>, so
I created a patch which changes that. See attachment.
I couldn't login with my salsa account to then create a PR, so I hope it's ok
to submit my patch this way.

Cheers,
  Diederik
From 9d50adf17ab6a372b2f0af8179fb59da1b858bc5 Mon Sep 17 00:00:00 2001
From: Diederik de Haas <didi.debian@cknow.org>
Date: Fri, 24 Sep 2021 14:00:08 +0200
Subject: [PATCH] Fix 'NM' url.

The current url gives a 404 message, so I changed it to one that works.
This commit is contained in:
Diederik de Haas 2021-09-24 14:11:37 +02:00 committed by Jan Dittberner
parent 3fbe1b2643
commit eb350d0cc6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ people.optional=true
[membership]
urls=nm,dbfinger,db,salsa,wiki,forum
nm.pattern=https://nm.debian.org/public/nmstatus/%(username)s
nm.pattern=https://nm.debian.org/person/%(username)s
dbfinger.pattern=finger %(username)s@db.debian.org
dbfinger.type=finger
dbfinger.optional=true