12 lines
225 B
Nix
12 lines
225 B
Nix
|
# SPDX-FileCopyrightText: 2024 Maurice Debray <maurice.debray@dgnum.eu>
|
||
|
#
|
||
|
# SPDX-License-Identifier: EUPL-1.2
|
||
|
|
||
|
{
|
||
|
dgn-redirections = {
|
||
|
permanent = {
|
||
|
"www.ernestophone.ens.fr" = "ernestophone.ens.fr";
|
||
|
};
|
||
|
};
|
||
|
}
|